Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridRowColCollection<T> Class
Properties Methods Events

In This Topic
    GridRowColCollection<T> Class Members
    In This Topic

    The following tables list the members exposed by GridRowColCollection<T>.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the System.Collections.ICollection.  
    Public Property Gets or sets the default size for the items in the collection.  
    Public Property Gets whether the collection size can change.  
    Public PropertyGets a value indicating whether the ICollection is read-only.  
    Public PropertyGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).  
    Public Property Gets or sets the element at the specified index.  
    Public Property Gets or sets the maximum size for the items in the collection.  
    Public Property Gets or sets the minimum size for the items in the collection.  
    Public PropertyGets an object that can be used to synchronize access to the System.Collections.ICollection.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the ICollection.  
    Public MethodRemoves all items from the ICollection.  
    Public MethodOverloaded. Determines whether the ICollection contains a specific value.  
    Public MethodOverloaded. Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index.  
    Public Method Disable the animations caused by the operations that are performed inside the using block of the returned IDisposable.  
    Public Method Returns an enumerator that iterates through a collection.  
    Public MethodOverloaded. Determines the index of a specific item in the System.Collections.IList.  
    Public MethodOverloaded. Inserts an item to the System.Collections.IList at the specified index.  
    Public MethodMoves the item at the from position to to.  
    Public MethodOverloaded. Removes the first occurrence of a specific object from the System.Collections.IList.  
    Public MethodRemoves the IList item at the specified index.  
    Top
    Public Events
     NameDescription
    Public Event Occurs after the items in the collection changed.  
    Public Event Called when a property changed.  
    Top
    See Also